home *** CD-ROM | disk | FTP | other *** search
/ PC Home 48 / Fun Clicp Art 5000.iso / r / mbm8 / 00794_SU-OU 1 su.ls < prev    next >
Encoding:
Text File  |  1996-06-10  |  480 b   |  17 lines

  1. on enterFrame
  2.   global gMaxBoutons, g1erSprLoc, g1erSprChr, gLabel, gScopeSu, gPosVideo, gPosDebP, gPosDebS, gPosDebE, gPosFin
  3.   curseur(6)
  4.   gScopeSu(SetCadence, 0)
  5.   set gPosVideo to gScopeSu(GetTime) - gPosDebE - gPosDebS - gPosDebP
  6.   if gLabel <> "SU:IN SU" then
  7.     gBoutons(relache, g1erSprLoc)
  8.     if gLabel <> "SU:IN CO" then
  9.       gScopeSu(unLoad)
  10.     end if
  11.     repeat with i = g1erSprChr to gMaxBoutons
  12.       puppetSprite(i, 0)
  13.     end repeat
  14.   end if
  15.   curseur(6)
  16. end
  17.